Parameters
T x0
The initial sample.
DensityLn<T> pdfLnP
The log density of the distribution we want to sample from.
LocalProposalSampler<T> proposal
A method that samples from the symmetric proposal distribution.
int burnInterval
The number of iterations in between returning samples.